projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460e1b7
)
(tex-start-shell): Call compilation-minor-mode.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Mar 1998 04:23:58 +0000
(
04:23
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Mar 1998 04:23:58 +0000
(
04:23
+0000)
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index 6b795768a576c462f4c242606c662f7c42cc90fa..43447bcc7ab0e1bbd2c189e3299d54e7e1d24643 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-975,6
+975,7
@@
Mark is left at original location."
(setq tex-shell-map (nconc (make-sparse-keymap) shell-mode-map))
(tex-define-common-keys tex-shell-map)
(use-local-map tex-shell-map)
+ (compilation-minor-mode)
(run-hooks 'tex-shell-hook)
(while (zerop (buffer-size))
(sleep-for 1)))))